type runtime.initTask
6 uses
runtime (current package)
plugin.go#L13: func plugin_lastmoduleinit() (path string, syms map[string]any, initTasks []*initTask, errstr string) {
proc.go#L126: var runtime_inittasks []*initTask
proc.go#L7257: type initTask struct {
proc.go#L7274: func doInit(ts []*initTask) {
proc.go#L7280: func doInit1(t *initTask) {
symtab.go#L423: inittasks []*initTask
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |